home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950726-19950929 / 000358_news@columbia.edu_Wed Sep 13 17:04:03 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA10280
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Thu, 14 Sep 1995 17:41:56 -0400
  3. Received: by apakabar.cc.columbia.edu id AA00972
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Thu, 14 Sep 1995 17:41:55 -0400
  5. Path: news.columbia.edu!panix!news.eecs.umich.edu!newshost.marcam.com!news.mathworks.com!newsfeed.internetmci.com!howland.reston.ans.net!newsjunkie.ans.net!swiss.ans.net!upsnews.ups.com!airvax.air.ups.com!air1ggp
  6. From: air1ggp@airvax.air.ups.com (George Gary Perkins)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: MS-Kermit <-> C-Kermit file translate
  9. Date: 13 Sep 95 21:04:03 EDT
  10. Organization: United Parcel Service
  11. Lines: 10
  12. Message-Id: <1995Sep13.210403@airvax.air.ups.com>
  13. Nntp-Posting-Host: 153.2.131.10
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16.      I am attempting to use a PC --> C-Kermit --> PC upload/download to
  17. translate a file with code page 437 characters to one with a Macintosh
  18. character set. Two different C-Kermit(189) installations to which I have access
  19. include macintosh-latin as a file character set [set file char ?], but when I
  20. "set file char mac", "sho file" reports the character set as dg-international.
  21. One machine is running DEC-VMS; the other DEC-OSF/1-Unix. The idea is to
  22. translate the file on the upload to mac-speak, then download it with a
  23. transparent transfer mode.
  24.     The C-Kermit manual indicates that the dg-intl character set is quite
  25. different from the macintosh set. Can anyone explain or provide a solution?